バージョン 24.2 (最新)

PropertyMappingCollection<TKey,TMapping> クラス

スケジュール オブジェクトのどのフィールドがデータ ソースのどのフィールドを指すかを指定するために使用される各種のフィールド マッピング コレクションの基本クラス。
シンタックス
public abstract class PropertyMappingCollection<TKey,TMapping> : Infragistics.Collections.Services.ObservableCollectionExtended<TMapping> 
where TMapping: new(), PropertyMappingBase<TKey>
型パラメータ
TKey
スケジュール オブジェクトのプロパティを列挙したコレクションです (たとえば、Infragistics.Controls.Schedules.Services.AppointmentPropertyMappingCollection で使用される場合)。MetadataPropertyMapping で使用される場合はメタデータ キーを示す文字列になります。
TMapping
PropertyMappingBase<TKey> から派生されるクラス。
参照